TabOut
Notifies this panel that it has lost the keyboard focus.
void TabOut (in ODBoolean reverse);
reverse
kODTrue
if reverse tab order should be used; otherwise,kODFalse
.DISCUSSION
You call this method to notify a panel that the keyboard focus should be transferred to its containing part. Typically, you call this method when the user tabs from a panel to the dialog box container in which it is embedded. This method calls the dialog box container'sTabIn
method.If you subclass
CyberPanelExtension
, do not override this method.SEE ALSO
TheCyberContainerExtension::TabIn
method (page 211).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help